home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 2.iso / mac / data / Atlas.dir / 00100_Script_100 < prev    next >
Text File  |  2001-01-26  |  274b  |  13 lines

  1. Global gLectureVideo
  2. on mouseDown
  3.   btnDown
  4. end
  5. on MouseUp
  6.   gLectureVideo = not gLectureVideo
  7.   if gLectureVideo then
  8.     set the member of sprite 6 = "check_x"
  9.   else
  10.     set the movierate of sprite 8 = 0
  11.     set the member of sprite 6 = "check_n"
  12.   end if
  13. end